home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10394 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1000 b 

  1. Path: inforamp.net!ts9-03
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Simple newbie question
  5. Date: Thu, 07 Mar 96 06:13:34 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4hluq9$6jg@sam.inforamp.net>
  8. References: <1996Mar6.133456.3709@cs.mun.ca>
  9. NNTP-Posting-Host: ts9-03.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <1996Mar6.133456.3709@cs.mun.ca>,
  13.    davidp@cs.mun.ca (David James Pierce) wrote:
  14. >I have recently installed Borland C++ Ver. 4.5 on my PC. The answer to
  15. >this qestion should be easy. I am trying to link a .OBJ file to my main
  16. >program, but I can't seem to find where I am suppose to specify that I
  17. >want to link in this particular .OBJ. (This is in the programmer's 
  18. workbench).
  19.  
  20. Highlight the target node (usually the EXE) in the Borland IDE.  Press the + 
  21. key on your keyboard to insert a node.  An openfile dialog appears.  Navigate 
  22. to and select the .OBJ file and press OK.  You're finished.
  23.  
  24. Agrivar
  25.